projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b5795
)
(json-skip-whitespace): Fix last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 8 Oct 2008 15:52:43 +0000
(15:52 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 8 Oct 2008 15:52:43 +0000
(15:52 +0000)
lisp/json.el
patch
|
blob
|
history
diff --git
a/lisp/json.el
b/lisp/json.el
index 203ec596980def72a639ec0549c25740f3446c02..db826f724058e5f6380e2019f275f16d570d90d6 100644
(file)
--- a/
lisp/json.el
+++ b/
lisp/json.el
@@
-140,7
+140,7
@@
this around your call to `json-read' instead of `setq'ing it.")
(defun json-skip-whitespace ()
"Skip past the whitespace at point."
- (skip-
syntax-forward "
"))
+ (skip-
chars-forward "\t\r\n\f\b
"))
\f